home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / menu.dxr / 00054.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  158 b   |  10 lines

  1. on exitFrame
  2.   global gBeenThere, gQuit
  3.   if gQuit = 1 then
  4.     quit()
  5.   end if
  6.   set gBeenThere to 0
  7.   puppetTransition(5, 2, 16, 0)
  8.   go(the frame - 1)
  9. end
  10.